Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 89,466 for

paths

(0.08 sec)
  1. ImageSavingArgs.image_file_name property | Aspo...

    ImageSavingArgs.image_file_name property. Gets or sets the file name (without path) where the image will be saved to....sets the file name (without path) where the image will be saved...without the path. Aspose.Words determines the path for saving...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CalendarWriter | Aspose.Email for .NET API 参考

    使用源文件和默认 AppointmentIcsSaveOptions 初始化 CalendarReader 的新实例...CalendarWriter ( string path ) 范围 类型 描述 path String 源文件的路径。 也可以看看...public CalendarWriter ( string path , AppointmentIcsSaveOp icsSaveOptions...

    reference.aspose.com/email/zh/net/aspose.email....
  3. Optimize | Aspose.PDF for .NET API Reference

    Linearize the document in order to - open the first page as quickly as possible - display next page or follow by link to the next page as quickly as possible - display the page incrementally as it arrives when data for a page is delivered over a slow channel display the most useful data first - permit user interaction such as following a link to be performed even before the entire page has been received and displayed. Invoking this method doesnt actually saves the document. On the contrary the document only is prepared to have optimized structure call then Save to get optimized document.... [C#] // The path to your PDF File. string pdfFilePath...pdfFilePath = "YOUR_PDF_FILE_PATH" ; // Open document using ( Document...

    reference.aspose.com/pdf/net/aspose.pdf/documen...
  4. إزالة المرفقات من PDF عبر Python | Aspose.PDF

    قم بإزالة المرفقات من PDF باستخدام Python على .NET Framework و .NET Core و PHP و VBScript و Delphi و C++ عبر COM Interop...document path_infile = self . dataDir + infile path_outfile =...outfile pdfDocument = Document ( path_infile ) # Delete all attachments...

    products.aspose.com/pdf/ar/python-net/attachmen...
  5. MoveTo | Aspose.Diagram for .NET API Reference

    Contains the x and ycoordinates of the first vertex of a shape or contains the x and ycoordinates of the first vertex after a break in a path....first vertex after a break in a path. public class MoveTo : Coordinate...x-coordinate of the first vertex of a path. If the MoveTo element appears...

    reference.aspose.com/diagram/net/aspose.diagram...
  6. RelMoveTo | Aspose.Diagram for .NET API Reference

    Contains the x and ycoordinates of the first vertex of a shape or contains the x and ycoordinates of the first vertex after a break in a path.Coordinates are specified as relative coordinates....first vertex after a break in a path.Coordinates are specified as...x-coordinate of the first vertex of a path. If the MoveTo element appears...

    reference.aspose.com/diagram/net/aspose.diagram...
  7. Convert Type1 | API Solution for .NET

    Here is the explanation with code examples on how to use the Aspose solution to convert Type 1 format to TTF, WOFF, and WOFF2 formats....Type1 font 3 string fontPath = Path.Combine(DataDir, "Courier.pfb"...settings 8 string outPath = Path.Combine(OutputDir, "Type1ToTtf_out1...

    docs.aspose.com/font/net/convert/type1/
  8. Convert EOT | API Solution for .NET

    API solution to convert EOT to TTF, WOFF and WOFF2 from Aspose.Font for .NET. Here you will find code examples of EOT conversion....Open() 2 string fontPath = Path.Combine(DataDir, "LoraRegular...settings 7 string outPath = Path.Combine(OutputDir, "EotToTtf_out1...

    docs.aspose.com/font/net/convert/eot/
  9. تجسيد النص بحروف رمزية | NET API Solution

    NET API Solution لإدارة الخطوط. تعرف على كيفية تصور نص أي تعقيد باستخدام رمز الحروف الرسومية C#....GraphicsPath _path; private System.Drawing.PointF...Drawing2D.GraphicsPath path) { _path = path; } public void MoveTo(MoveTo...

    products.aspose.com/font/ar/net/render-text/
  10. Convert Markdown to XPS | C#

    Convert Markdown to XPS in C# using Aspose.HTML API. Consider various Markdown to XPS conversion scenarios in C# examples. Try online Markdown Converter.... Prepare a path for converted file saving. Convert...XpsSaveOptions, and output file path to the ConvertHTML() method...

    docs.aspose.com/html/net/convert-markdown-to-xps/