The PDFDocument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PDFDocument |
Initializes a new instance of the PDFDocument class
|
Methods
Name | Description | |
---|---|---|
AddImage | ||
CreateGoToLinkObj | ||
CreateLinkObj | ||
CreateLinkURLObj |
create a link url object by url
|
|
Equals | (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.) |
|
Finish |
finish the document, if the content don't empty, then add content to page
|
|
GetFontIndex |
get font index by font style
if not exists create it
TODO: create new font for the unknow font style
stander font list (type 1 fonts)
Times-Roman Helvetica Courier
Times-Bold Helvetica-Bold Courier-Bold
Times-Italic Helvetica-Oblique Courier-Oblique
Times-BoldItalic Helvetica-BoldOblique Courier-BoldOblique
Symbol ZapfDingbats
|
|
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.) |
|
NextPage |
create new page
|
|
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
Creator |
Properties
Name | Description | |
---|---|---|
Anchors | ||
ArcoForm | ||
BGColor | ||
ContentHeight | ||
CurrenPage | ||
Fonts |
get font list on this document
|
|
HasLinearized | ||
Header |
return pdf header info for document
|
|
Images | ||
Linearized | ||
PageHeight | ||
Pages |
get the pdf document pages list
|
|
PageWidth | ||
PDFObjectList |
pdf object list, the list of object order by ObjectIndex
|