Doc Class
This is the top level object that represents a PDF document.
System.Object
WebSupergoo.ABCpdf6.Doc
Method
Description
AddArc
Adds an arc to the current page.
AddBookmark
Adds a bookmark pointing to the current page.
AddColorSpaceFile
Adds an ICC based color space to the document..
AddColorSpaceSpot
Adds a separation color space to the document.
AddFont
Adds a font reference to the document.
AddGrid
Adds a visible grid to the current page.
AddHtml
Adds a block of HTML styled text to the current page
AddImage
Adds a JPEG image to the current page.
AddImageCopy
Adds a copy of an existing image to the current page.
AddImageData
Extract an image from a chunk of data and add it to the current page.
AddImageDoc
Draw a page from one PDF document onto the current page of this document.
AddImageFile
Extract an image from a file and add it to the current page.
AddImageHtml
Renders a web page specified as HTML.
AddImageObject
Adds a new page from a paged HTML render.
AddImageToChain
Adds a new page from a paged HTML or PostScript render.
AddImageUrl
Renders a web page specified by URL.
AddLine
Adds a line to the current page.
AddObject
Adds a a native PDF object to the document.
AddOval
Adds an oval to the current page.
AddPage
Adds a page to the current document.
AddPie
Adds a pie slice to the current page.
AddPoly
Adds a polygon to the current page.
AddText
Adds a block of text to the current page.
Append
Appends a PDF to the end of the document.
Chainable
Determines if an object is chainable.
Clear
Clears the document.
Delete
Deletes an object previously added to the document.
EmbedFont
Embeds a font into the document.
FillRect
Adds a painted rectangle to the current page.
Flatten
Flattens and compresses the current page.
FrameRect
Adds a rectangular frame to the current page.
GetData
Saves a document to memory.
GetInfo
Gets string information about an object.
GetInfoInt
Gets numeric information about an object.
GetInfoDouble
Gets numeric information about an object.
GetText
Extract content from the current page in a specified format.
Read
Reads an existing document.
RemapPages
Remaps pages for reordering, copying and deletion.
Save
Saves the document as PDF.
SetInfo
Sets information about an object.
Property
Description
Bookmark
The top level bookmark for the document.
Color
The color used for drawing.
ColorSpace
The current color space.
CropBox
The current document visible page size.
Encryption
The current encryption settings.
Font
The font used for drawing text.
Form
The document form and fields.
FontSize
The line height for drawing text.
HPos
The horizontal positioning of text.
HtmlOptions
The HTML and URL rendering options and control.
Layer
The insertion position for new content.
LayerCount
The number of layers on the current page.
License
The current installed license.
MediaBox
The default size for new pages.
ObjectSoup
The collection of obects that make up the PDF.
Options
The current state options.
Page
The current page for drawing operations.
PageCount
The number of pages in the document.
PageNumber
The page number of the current page.
Pos
The current position for drawing operations.
Rect
The current area for drawing operations.
Rendering
The rendering options and control.
Root
The root catalog object.
SaveOptions
The save options and control.
TextStyle
The current style for text drawing.
Transform
The current transformation for drawing.
VPos
The vertical positioning of text.
Width
The current line width for drawing operations.