Click or drag to resize

ToPdfParameterList Class

To Pdf ParameterList
Inheritance Hierarchy
System Object
Spire.Doc ToPdfParameterList
Spire.Doc ToImageOption

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class ToPdfParameterList

The ToPdfParameterList type exposes the following members.

Constructors
Name Description
Public method ToPdfParameterList
Initializes a new instance of the ToPdfParameterList class
Top
Properties
Name Description
Public property CreateWordBookmarks
Gets or set the a value, Whether to use word bookmars when create the bookmarks.
Public property CreateWordBookmarksUsingHeadings
Gets or set the a value that determines whether create the bookmarks using Headings.
Public property DisableLink
gets or sets whether remove the link on the hyperlink and keep the character format during converting to pdf.
Public property EmbeddedFontNameList
Gets or sets Embedded into the PDF document font name.
Public property ExportDocumentStructureTags
Gets or sets a value determining whether or not to export document structure tags. The default value is false.
Public property IsAtLast
Gets or sets To Pdf TextBox HeightType.The default is "Exactly".
Public property IsEmbeddedAllFonts
Gets or sets all fonts are embedded in the PDF document.
Public property IsHidden
Gets or sets hidden text is converted.
Public property MimicWPSLayout
Gets or sets a value indicating whether to mimic the layout of WPS Application. The default value is false.
Public property PdfConformanceLevel
Gets or sets the Pdf document's Conformance-level.
Public property PdfSecurity
Represents the security settings of the PDF document.
Public property PreserveFormFields
Indicates whether form field values should be preserved after operations. Default is false .
Public property PrivateFontPaths
Gets or sets the private font paths.
Public property UpdateFields
Gets or sets a value indicating whether to change the fields before saving the document when using the new engine. The default value is true.
Public property UseAuthorNameToDisplayCommentLabel
Gets or sets a value indicating whether display comment label with the author name. The default value is false.
Public property UsePSCoversion
Gets or sets a value indicating whether use the PS conversion.
Public property WordBookmarksColor
Gets or sets the text color of the word bookmarks. the default value is the "SaddleBrown" color(#FF8B4513).
Public property WordBookmarksTextStyle
Gets or sets the text style of the word bookmarks. The default value is the Bold.
Public property WordBookmarksTitle
Gets or sets the word bookmarks title. The default value for this title is null.
Top
Methods
Name Description
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 ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also