PdfConvertOptions Class |
Namespace: Spire.Pdf
The PdfConvertOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfConvertOptions |
Initializes a new instance of the
PdfConvertOptions
class
|
Name | Description | |
---|---|---|
![]() |
FindTextByAbsolutePosition |
Obsolete.
Find Text in PDF file by absolute position or operator order.default is true.
|
![]() |
OutputToOneSvg |
Set pdf to svg convert options.Indicates whether to output to one svg file,default false.
|
![]() |
PdfToHtmlHorizontalAlignmentCenter |
Whether the page content is centered in the browser window.
|
Name | Description | |
---|---|---|
![]() |
ApplyPermissionsOptions |
Set document conversion parameters,whether to enable permission parameters
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(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
.)
|
![]() |
SetPdfToDocHideTextOptions |
Set pdf to doc convert options.
|
![]() |
SetPdfToDocOptions |
Set pdf to doc convert options.
Default usePsMode = true.
|
![]() |
SetPdfToDocOptions(Boolean) |
Set pdf to doc convert options.
|
![]() |
SetPdfToDocOptions(Boolean, Boolean) |
Set pdf to doc convert options.
|
![]() |
SetPdfToHtmlOptions |
Set pdf to html convert options.
Default useEmbeddedSvg = true, useEmbeddedImg = false, maxPageOneFile = 500, useHighQualityEmbeddedSvg=true.
|
![]() |
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.
|
![]() |
SetPdfToHtmlOptions(Boolean, Boolean, Int32, Boolean) |
Set pdf to html convert options.
|
![]() |
SetPdfToImageOptions |
Set pdf to image convert options.
|
![]() |
SetPdfToOfdOptions |
Set pdf to ofd 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.
|
![]() |
SetPdfToXlsxOptions |
Set pdf to xlsx convert options
the parameter is:the implementation class the xlsxOptions class
The implementation class:XlsxLineLayoutOptions or XlsxTextLayoutOptions
|
![]() |
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 |
Returns a string that represents the current object.
(Inherited from
Object
.)
|