The class can be used to set some options when do convert operation.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public class PdfConvertOptions
Public Class PdfConvertOptions
public ref class PdfConvertOptions
type PdfConvertOptions = class end
Members
All Members | Constructors | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
PdfConvertOptions()()()() | Initializes a new instance of the PdfConvertOptions class | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
SetPdfToDocOptions()()()() |
Set pdf to doc convert options.
Default usePsMode = true.
| |
SetPdfToDocOptions(Boolean) |
Set pdf to doc convert options.
| |
SetPdfToHtmlOptions()()()() |
Set pdf to html convert options.
Default useEmbeddedSvg = true, useEmbeddedImg = false, maxPageOneFile = 500.
| |
SetPdfToHtmlOptions(Boolean) |
Set pdf to html convert options.
| |
SetPdfToHtmlOptions(Boolean, Boolean) |
Set pdf to html convert options.
| |
SetPdfToHtmlOptions(Boolean, Boolean, Int32) |
Set pdf to html convert options.
| |
SetPdfToSvgOptions()()()() |
Set pdf to svg options.
Default wPixel = -1f, hPixel = -1f, -1f means no change.
| |
SetPdfToSvgOptions(Single) |
Set pdf to svg options.
| |
SetPdfToSvgOptions(Single, Single) |
Set pdf to svg options.
| |
SetPdfToXpsOptions()()()() |
Set pdf to xps convert options.
Default usePsMode = true,useInvariantCulture = false,useHighQualityImg = false.
| |
SetPdfToXpsOptions(Boolean) |
Set pdf to xps convert options.
| |
SetPdfToXpsOptions(Boolean, Boolean) |
Set pdf to xps convert options.
| |
SetPdfToXpsOptions(Boolean, Boolean, Boolean) |
Set pdf to xps convert options.
| |
SetXpsToPdfOptions()()()() |
Set xps to pdf convert options.
Default useHighQualityImg = false.
| |
SetXpsToPdfOptions(Boolean) |
Set xps to pdf convert options.
| |
ToString()()()() | (Inherited from Object.) |