Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 6,940 for

path

(0.06 sec)
  1. Work or Extract Images from OneNote Document us...

    With C# OneNote API or Library, you can extract images from OneNote document, get information of each image, insert an image in existing OneNote document and link an image to hyperlink.... Copy 1 // The path to the documents directory....(String. Format (dataDir + "{0}" , Path. GetFileName (image. FileName...

    docs.aspose.com/note/net/working-with-images/
  2. Working with Visual Brush in XPS file | .NET

    How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...NET 2 // The path to the documents directory....in the middle top 30 XpsPath path = canvas. AddPath (doc. CreatePathGeometry...

    docs.aspose.com/page/net/xps/working-with-visua...
  3. FileFontSource constructor | Aspose.Words for P...

    aspose.words.fonts.FileFontSource constructor...FileFontSource(file_path) Ctor. def __init__ ( self , file_path : str ):...file_path str Path to font file. FileFontSource(file_path, priority)...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.PSD for .NET 23.5 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....VectorPathRecord > path = new List < VectorPathRecord >(); path . Add (...PathFillRuleRecord ( null )); path . Add ( new InitialFillRuleRecor...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  5. SaveOptions.default_template property | Aspose....

    SaveOptions.default_template property. Gets or sets Path to default template (including filename)...default_template property Gets or sets path to default template (including... Remarks If specified, this path is used to load template when...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 编辑 SVG 文件 – C# 示例

    了解如何在 C# 中编辑 SVG。使用 Aspose.SVG for .NET 库添加和编辑 SVG 元素、编辑 SVG 路径、在位图上绘图等。...ent class, qualifiedName = “path”)。 SVG 圆 每个图形元素都有自己特定的属性(pr...Dom ; 4 using Aspose. Svg . Paths ; 5 ... 6 7 // Set SVG Namespace...

    docs.aspose.com/svg/zh/net/edit-svg-file/
  7. Convert MHTML to DOCX – C# Examples

    Convert MHTML to DOCX and consider the supported MHTML to DOCX conversion scenarios in C# examples. Try online MHTML Converter....DocSaveOptions, and output file path to the ConvertMHTML() method...file system at the specified path. Copy 1 // Open an existing...

    docs.aspose.com/html/net/convert-mhtml-to-docx/
  8. Decode FNC Symbols|Documentation

    This article describes how to decode FNC symbols in GS1 barcodes in Aspose.BarCode for .NET according to business needs... Save ( $"{path}Code128FNC.png" , BarCodeImageFormat...read = new BarCodeReader ( $"{path}Code128FNC.png" , DecodeType...

    docs.aspose.com/barcode/net/decode-fnc-symbols/
  9. FolderFontSource constructor | Aspose.Words for...

    aspose.words.fonts.FolderFontSource constructor...Hide ] FolderFontSource(folder_path, scan_subfolders) Ctor. def...def __init__ ( self , folder_path : str , scan_subfolders : bool...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to crop an image with oval/circle/roundrect...

    Hi, Support: Would you please provide me a full demo to show how to crop an image with oval/circle/roundrectangle shape based on VB.net? below is my codes, but it results in wrong position image. Dim Img As New Png…...Transparent) Dim path As New Aspose.Imaging.GraphicsPath()...Figure.AddShape(EllipseShape) path.AddFigure(Figure) g.Clip = New...

    forum.aspose.com/t/how-to-crop-an-image-with-ov...