Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class ToPdfParameterList
Public Class ToPdfParameterList
public ref class ToPdfParameterList
type ToPdfParameterList =  class end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ToPdfParameterList()()()()
Initializes a new instance of the ToPdfParameterList class
AutoFitTableLayout Obsolete.
Gets or sets The tblLayout element specifies that the table must use the auto layout algorithe.
CreateWordBookmarks
Gets or set the a value, Whether to use word bookmars when create the bookmarks.
CreateWordBookmarksUsingHeadings
Gets or set the a value that determines whether create the bookmarks using Headings.
DisableLink
gets or sets whether remove the link on the hyperlink and keep the character format during converting to pdf.
EmbeddedFontNameList
Gets or sets Embedded into the PDF document font name.
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
IsAtLast
Gets or sets To Pdf TextBox HeightType.The default is "Exactly".
IsEmbeddedAllFonts
Gets or sets all fonts are embedded in the PDF document.
IsHidden
Gets or sets hidden text is converted.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PdfConformanceLevel
Gets or sets the Pdf document's Conformance-level.
PdfSecurity
Represents the security settings of the PDF document.
PrivateFontPaths
Gets or sets the private font paths.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UsePSCoversion
Gets or sets a value indicating whether use the PS conversion.
WordBookmarksColor
Gets or sets the text color of the word bookmarks. the default value is the "SaddleBrown" color(#FF8B4513).
WordBookmarksTextStyle
Gets or sets the text style of the word bookmarks. The default value is the Bold.
WordBookmarksTitle
Gets or sets the word bookmarks title. The default value for this title is null.

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..ToPdfParameterList

See Also