Click or drag to resize

PdfConvertOptions Methods

The PdfConvertOptions type exposes the following members.

Methods
Name Description
Public method ApplyPermissionsOptions
Set document conversion parameters,whether to enable permission parameters
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetPdfToDocHideTextOptions
Set pdf to doc convert options.
Public method SetPdfToDocOptions
Set pdf to doc convert options. Default usePsMode = true.
Public method SetPdfToDocOptions(Boolean)
Set pdf to doc convert options.
Public method SetPdfToDocOptions(Boolean, Boolean)
Set pdf to doc convert options.
Public method SetPdfToHtmlOptions
Set pdf to html convert options. Default useEmbeddedSvg = true, useEmbeddedImg = false, maxPageOneFile = 500, useHighQualityEmbeddedSvg=true.
Public method SetPdfToHtmlOptions(Boolean)
Set pdf to html convert options.
Public method SetPdfToHtmlOptions(Boolean, Boolean)
Set pdf to html convert options.
Public method SetPdfToHtmlOptions(Boolean, Boolean, Int32)
Set pdf to html convert options.
Public method SetPdfToHtmlOptions(Boolean, Boolean, Int32, Boolean)
Set pdf to html convert options.
Public method SetPdfToImageOptions
Set pdf to image convert options.
Public method SetPdfToOfdOptions
Set pdf to ofd convert options
Public method SetPdfToSvgOptions
Set pdf to svg options. Default wPixel = -1f, hPixel = -1f, -1f means no change.
Public method SetPdfToSvgOptions(Single)
Set pdf to svg options.
Public method SetPdfToSvgOptions(Single, Single)
Set pdf to svg options.
Public method SetPdfToXlsxOptions
Set pdf to xlsx convert options the parameter is:the implementation class the xlsxOptions class The implementation class:XlsxLineLayoutOptions or XlsxTextLayoutOptions
Public method SetPdfToXpsOptions
Set pdf to xps convert options. Default usePsMode = true,useInvariantCulture = false,useHighQualityImg = false.
Public method SetPdfToXpsOptions(Boolean)
Set pdf to xps convert options.
Public method SetPdfToXpsOptions(Boolean, Boolean)
Set pdf to xps convert options.
Public method SetPdfToXpsOptions(Boolean, Boolean, Boolean)
Set pdf to xps convert options.
Public method SetXpsToPdfOptions
Set xps to pdf convert options. Default useHighQualityImg = false.
Public method SetXpsToPdfOptions(Boolean)
Set xps to pdf convert options.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also