Opait.Pdf.Api Namespace |
Class | Description | |
---|---|---|
PdfBezier |
Represents a double precision cubic PdfBezier spline curve.
| |
PdfDate |
Utility class to handle PDF formatted dates.
| |
PdfException |
Exception thrown from PDF Library.
| |
PdfMatrix |
Represents a double precision 3x3 affine transformation matrix.
An affine matrix can be represented by 6 numbers in the first two columns.
[A, C, 0]
[B, D, 0]
[E, F, 1]
| |
PdfOptions |
Defines various PDF options.
| |
PdfParserException |
Exception thrown from the PDF parser.
| |
PdfPasswordException |
Exception thrown when PDF password is missing or is invalid.
| |
PdfPoint |
Represents an ordered pair of x and y coordinates that defines a
point in a PDF two-dimensional plane.
| |
PdfQuadPoints |
Class represents a quadrilateral shape in PDF world coordinates.
| |
PdfRectangle |
Class represents a rectangular region in PDF world coordinates.
The rectangle is kept normalized.
| |
PdfSize |
The class represents a size in PDF world coordinates.
| |
PdfStateException |
Exception thrown when PDF state is invalid.
|
Enumeration | Description | |
---|---|---|
BinarizationMethod |
Binarization methods when converting images from grayscale to black-and-white.
| |
BlendMode |
Blend modes are named functions used in compositing formulas to
control the blending operation.
| |
ImageCompression |
Image compression methods.
| |
LayoutMode |
Page layout mode to be used when the document is opened.
| |
PdfActionType |
Standard PDF action types
| |
PdfAnnotAppearance |
An annotation can define as many as three separate appearances.
| |
PdfAnnotBorder |
Annotation border styles defined by the S entry in the
border style (BS) dictionary.
| |
PdfAnnotFlags |
Annotation Flags: the value of the annotation dictionary’s F entry is an
unsigned 32-bit integer containing flags specifying various characteristics
of the annotation.
| |
PdfAnnotState |
Annotations can have author-specific state associated with them.
| |
PdfAnnotType |
The type of annotations that can appear on a PDF page.
| |
PdfBookmarkStyle |
Font display styles for bookmark (outline) text.
| |
PdfDestType |
PDF destinations may be associated with outline items, annotations, or
actions. A destination defines a particular view of a document, consisting
of the following items:
• The page of the document to be displayed
• The location of the document window on that page
• The magnification (zoom) factor to use when displaying the page
The following types of destinations are defined:
| |
PdfEncryptionAlgorithm |
The following algorithms are used when encrypting data in a PDF file:
A proprietary encryption algorithm known as RC4. RC4 is a symmetric stream cipher: the same algorithm is used for both encryption and decryption, and the algorithm does not change the length of the data. The AES (Advanced Encryption Standard) algorithm (beginning with PDF 1.6). AES is a symmetric block cipher: the same algorithm is used for both encryption and decryption, and the length of the data when encrypted is rounded up to a multiple of the block size, which is fixed in this implementation to always be 16 bytes. | |
PdfFilterType |
PDF stream and image compression filters.
| |
PdfFontStyle |
Specifies style information applied to text.
Remarks Flags have the same values as System.Drawing.FontStyle | |
PdfInfoField |
Entries in the document information dictionary.
| |
PdfLineCap |
Line cap style in the graphics state (table 4.4)
| |
PdfLineJoin |
Specifies how to join consecutive line or curve segments in a figure or subpath (table 4.5).
| |
PdfPageMode |
PDF page mode when the document is first displayed.
| |
PdfPageSize |
Common PDF page sizes.
Page width/height are in the high/low word.
| |
PdfPixelFormat |
Enumerates pixel formats when PDF pages are converted to images.
| |
PdfRendering |
PDF text rendering modes.
| |
PdfSaveFormat |
Options used when a PDF document is saved as a new file.
| |
PdfVersion |
Supported PDF file versions: 14 for 1.4, 15 for 1.5, etc.
| |
TiffSaveFormat |
Compression formats for TIFF or rasterized PDF pages.
|