Atalasoft.PdfDoc Namespace |
Class | Description | |
---|---|---|
BasePage |
An empty class which represents any page in a document. Use concrete page implementations like PdfGeneratedPage or PdfPage.
| |
DpcmToPdfCoordinateConverter |
This class converts coordinates from conventional image space (values
measured in Dots Per cm (Pixels Per cm) with the origin in the upper left
corner and X and Y extending to the right and down respectively) to PDF
coordinate space (values measured in 1/72 inch with the origin in the lower
left of the page and X and Y extending to the right and up respectively).
| |
DpiToPdfCoordinateConverter |
This class converts coordinates from conventional image space (values
measured in Dots Per Inch (Pixels Per Inch) with the origin in the upper
left corner and X and Y extending to the right and down respectively) to PDF
coordinate space (values measured in 1/72 inch with the origin in the lower
left of the page and X and Y extending to the right and up respectively).
| |
IncorrectPasswordException |
This exception is thrown when a PdfDocument is opened with an incorrect
password.
| |
ObjectCannotBeSavedEventArg | ||
PdfAction |
PdfAction is an abstract class that represents an action that will be taken
when certain items in PDF documents have been activated.
| |
PdfActionList |
PdfActionList is a list of PdfAction objects that will be associated as a
sequence.
| |
PdfAException | Obsolete.
An exception from DotPdf
| |
PdfBookmark |
PdfBookmark is a representation of a single bookmark in the document outline
of a PDF document.
| |
PdfBookmarkList |
PdfBookmarkList is a list of bookmarks contained within the document outline
of a PDF document.
| |
PdfBookmarkResult |
PdfBookmarkResult is an immutable class that it used for holding the results of visiting
a PdfBookmarkTree using the PdfBookmarkVisitor | |
PdfBookmarkTree |
PdfBookmarkTree is a tree structure representing the entire document outline
of a PDF document.
| |
PdfBookmarkVisitor |
PdfBookmarkVisitor is a utility class that can be used to visit each PdfBookmark contained
in a PdfBookmarkTree. The tree can be visited either depth first or breadth first. The order
of node visit in either breadth or depth first is undefined and subject to change.
Examples Print each element in the tree in breadth first order. foreach (PdfBookmarkResult result in new PdfBookmarkVisitor(tree, false)) { Console.WriteLine(result.Bookmark.Text); } | |
PdfCoordinateConverter |
PdfCoordinateConverter is a base class for performing unit conversions to
and from PDF coordinate space using an affine matrix transformation.
| |
PdfDestination |
PdfDestination is an abstract class that represents a possible target
location for a "go to" action.
| |
PdfDocument |
PdfDocument is a representation of a PDF document and the pages and other
structures contained therein.
| |
PdfDocumentMetadata |
PdfDocumentMetadata represents standard PDF metadata including title,
subject, author and so on.
| |
PdfException |
An exception from DotPdf
| |
PdfGoToViewAction |
PdfGoToViewAction is a concrete class that represents an action that causes
a PDF viewer to go to a specific view within a document.
| |
PdfIndexedPageReference |
PdfIndexedPageReference is low-overhead class that represents a PDF page by
its 0-based page number.
| |
PdfJavaScriptAction | PdfJavaScriptAction represents an action taken that will cause JavaScript code to be executed.
| |
PdfPage |
PdfPage is a class that represents a single page within a PDF Document.
| |
PdfPageReference |
PdfPageReference is an abstract class that is used to refer to pages within
a PDF document.
| |
PdfParseException |
An exception from DotPdf
| |
PdfSaveOptions |
The options for saving a pdf document.
| |
PdfToDpcmCoordinateConverter |
This class converts coordinates from PDF coordinate space (values measured
in 1/72 inch with the origin in the lower left of the page and X and Y
extending to the right and up respectively) to conventional image space
(values measured in Dots Per cm (Pixels Per cm) with the origin in the upper
left corner and X and Y extending to the right and down respectively).
| |
PdfToDpiCoordinateConverter |
This class converts coordinates from PDF coordinate space (values measured
in 1/72 inch with the origin in the lower left of the page and X and Y
extending to the right and up respectively) to conventional image space
(values measured in Dots Per inch (Pixels Per inch) with the origin in the
upper left corner and X and Y extending to the right and down respectively).
| |
PdfUnknownAction |
PdfUnknownAction is a concrete representation of PdfActions that do not map
to any other concrete PdfAction class.
| |
PdfURIAction |
An action that pdf documents can be made to take upon load
| |
PdfViewerPreferences |
PdfViewerPreferences represents document-specific preferences that are applied to the document
viewer. It should be noted that not all PDF viewers will honor all settings and the behaviors
may not be consistent across viewers.
|
Delegate | Description | |
---|---|---|
PdfBookmarkVisitorPredicate |
A predicate that is used determine if a PdfBookmark should be included in the results
of visiting a PdfBookmarkTree.
| |
PdfDocumentLoadedProgress |
A delegate that will be called when a page has been loaded in the document.
| |
PdfFileCreator |
The event delegate for file creation.
| |
PdfPageSavedHandler |
The delegate which is called when a single-page document is saved and the corresponding stream is about to be closed.
| |
PdfStreamCreator |
The delegate for PdfStream creation events.
|
Enumeration | Description | |
---|---|---|
ObjectCannotBeSavedEventArgSaveObjectAction | ||
PdfAccessPermissions |
PdfAccessPermissions refer to permissions that are allowed within a PDF
document. Permissions are granted by allowing actions rather than
preventing them.
| |
PdfActionType |
Possible actions that can be represented in a PDF document
| |
PdfDocumentType |
Controls the type of PDF Document generated.
| |
PdfImageCodec |
An enum to represnet which codec is used to compress an image resource
| |
PdfImageColorSpace |
An enum representing the color space types as their channel designations
| |
PdfPageBox |
The set of names of bounding boxes that define view/scale areas.
| |
PdfPageDisplayMode |
Defines an additional view to be displayed with a PDF page in a viewer.
| |
PdfPageFitMode |
Describes view modes for a document
| |
PdfPageReferenceType |
Defines the possible types of page references
| |
PdfPageRotation |
An enum representing possible rotations of a PDF page for display.
Several of the values overlap for convenience. For example, Clockwise180 and
CounterClockwise180 are identical.
| |
PdfPostFullScreenPageDisplayMode |
Defines the additional views that should be present
when a user switches a document from full-screen view to
a windowed view.
| |
PdfPrintingMode |
Defines how single/multi-sided printing is done.
| |
PdfReadingOrder |
Defines the dominant reading order for a document. This will affect how pages are displayed in
a multi-page view as well as the tab order for annotations on a page.
| |
PdfTabOrder |
Defines the order in with annotations should be navigated on a page.
| |
PdfTrapSetting |
An enumeration used to indicate the trapping information in the document.
|