[]
Contains string constants with predefined values for Relationship property.
Represents the Associated Files collection. This is collection of FileSpecification objects associated with some document object.
Base abstract class for classes representing content streams in a GcPdfDocument.
Represents decryption options used when loading a PDF document.
The abstract base class for types representing a destination that defines a particular view of a document. A destination consists of:
Important note about vertical coordinates:
In PDFs, all coordinates are specified relative to the bottom left corner, with the Y axis going up. GcPdf uses the more common coordinate system with the origin in the top left corner, with the Y axis going down. In most situations the Y coordinates are automatically converted by GcPdf. In classes derived from Destination this is also done if the destination's target page is specified as the Page object. But if the destination's target page is specified by index, automatic conversion of the Y coordinate cannot be done, and it should be specified relative to the bottom left corner as per the PDF spec.When the Y coordinate is specified relative to the page bottom, it is noted in the parameter's description. (It is recommended that constructors accepting a Page object are used instead.)
All properties defining the Y coordinate has linked property with "Pdf" prefix, for example Y and PdfY, the property with "Pdf" prefix contains a value relative to the bottom left corner with the Y axis going up.
Base class for classes defining destination within document.
Display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension.
Display the page designated by page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the bounding box within the window in the other dimension.
Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.
Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. A null value for left specifies that the current value of that parameter is to be retained unchanged.
Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.
Display the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension.
Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. A null value for left specifies that the current value of that parameter is to be retained unchanged.
Defines destination as reference to another destination, referenced destination can be in Dests dictionary of PDF document or in Dests subtree of Name Tree.
Represents a destination object in a format that is unsupported by GcPdf.
Display the page designated by page, with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom. A null value for any of the parameters left, top, or zoom specifies that the current value of that parameter is to be retained unchanged. A zoom value of 0 has the same meaning as a null value.
Abstract base class for ActionBase and DestinationBase.
Contains information about the document. This information includes the document author, title, keywords, etc.
Represents embedded file stream in PDF.
Represents options used by ExportFormDataToFDF(string, ExportFormDataOptions), ExportFormDataToFDF(Stream, ExportFormDataOptions), ExportFormDataToXFDF(string, ExportFormDataOptions), ExportFormDataToXFDF(Stream, ExportFormDataOptions), ExportFormDataToXML(string, ExportFormDataOptions) and ExportFormDataToXML(Stream, ExportFormDataOptions) methods.
Defines ID of PDF file.
Represents a PDF File Specification.
The complex architecture of this class is based on the PDF Specification, for full details please consult that spec.
In many practical scenarios while generating PDFs, using the provided static constructors on the derived classes (FileSpecification, EmbeddedFileStream etc.) may be enough though.
Represents information about a file for a particular platform.
Represents information about a related file.
Represents a collection of FileSpecification.RelatedFile objects.
Represents find text parameters.
Represents and manages a Font used in a GcPdfDocument.
Represents a collection of FontHandler objects.
Defines a position in the page of the GcPdfDocument where a text was found.
Provides extension methods that draw certain PDF elements (such as AcroForm fields) on a GcGraphics.
Represents a PDF document.
The object model provided by this class follows the PDF 1.7 Reference specification.
Represents statistical data about fonts and font optimizations. An instance of this class is created and returned by the OptimizeFonts() method.
Represents information about a font and its usage in a PDF.
Represents a font subset and its usage in a PDF.
Represents information about fonts that were merged.
Represents a graphics object that can be used to draw on a PDF page.
The origin (0,0) is in the top left corner of the page, the axis go right and down.
All coordinates and sizes are expressed in printer points (1/72 of an inch) by default. This can be changed using the Resolution property.
Provides extension methods for rendering HTML to GcPdfGraphics.
Represents the formatting attributes for rendering HTML to GcPdfGraphics.
Represents options controlling how native images are processed when inserted in a PDF file.
Represents the various options controlling the behavior of the MergeWithDocument(GcPdfDocument, MergeDocumentOptions) method.
Represents XMP metadata associated with a document.
Represents a custom metadata property. Note that the only allowed namespaces are:
Represents options controlling the behavior of the OptimizeFonts(OptimizeFontsOptions) method.
Defines the outline node within PDF document.
Defines the collection of OutlineNode objects.
Represents a PDF Output Intent.
Output intents provide a means for matching the color characteristics of page content in a PDF document with those of a target output device or production environment in which the document will be printed.
Represents a page in a GcPdfDocument.
Represents a collection of ArticleBead objects owned by Page object.
A collection of Page objects that make up a PDF document.
Defines content stream of the page of GcPdfDocument.
Defines collection of PageContentStream objects.
Represents a page labeling range.
A document is divided into labeling ranges, each of which is a series of consecutive pages using the same numbering system. Labeling ranges shall not overlap, so that each page shall have only one label. Pages within a range shall be numbered sequentially in ascending order. A page's label consists of a numeric portion based on its position within its labeling range, optionally preceded by a label prefix denoting the range itself.
Represents an exception that occurred while processing a PDF document.
Represents an image and its locations in a PDF document.
Represents a position of an image in a PDF document.
Represents a reference to an image from a WidgetAnnotation via the Image or Image property.
Represents an exception that occurred if an invalid password was used while parsing PDF content.
Represents an exception that occurred while performing a security related task such as signing, encrypting, decrypting etc.
Implements the ISignatureBuilder interface, can be used to build a PKCS#7 signature.
Represents an image natively supported by the PDF format.
Raw images are inserted into PDF as is, without any processing.
Represents additional options to use when a document is being redacted.
Represents options that are used when a redact action requires that some PDF content is rendered as an image.
Represents a cache used to speed up rendering.
An instance of this class can be passed to Draw(GcGraphics, RectangleF, ViewState, bool, bool, RenderingCache, bool), DrawAnnotations(GcGraphics, RectangleF, RenderingCache), DrawAnnotations(GcGraphics, RectangleF, IList<AnnotationBase>, ViewState, RenderingCache, bool) methods to improve the rendering speed.
Represents options used by the SaveAs* methods on GcPdfDocument and Page, such as SaveAsJpeg(string, OutputRange, SaveAsImageOptions), SaveAsJpeg(Stream, SaveAsImageOptions), etc.
Represents properties used to generate signature appearance when a document is signed.
Represents properties used to sign a PDF document.
Defines possible encoding formats for sample data in a SoundObject.
Represents a sound object, which is a stream containing sample values that define a sound to be played through the computer's speakers.
Contains 14 Standard PDF fonts.
Encapsulates the information that is used to include timestamps from a Time Stamping Authority into digital signatures in PDF documents.
Represents properties used to time stamp a PDF document.
Represents a page transition effect, describing the style and duration of the visual transition to use when moving from another page to the given page during a presentation.
Abstract base class for all classes defining set of events associated with some PDF object: annotation, AcroForm field etc.
Represents viewer preferences to be used when displaying the document.
Represents a PDF DateTime type.
Represents a PDF enumeration type.
This interface is used by GcPdfDocument to request predefined CMap tables from external sources.
The common interface implemented by ActionGoTo and destinations derived from the abstract Destination base.
Provides access to an image in a PDF document.
Defines properties and methods that are used to sign the attribute set in a PKCS#7 signature.
Defines methods used to build the signature PDF dictionary and the binary signature container that is stored as Contents entry in the signature PDF dictionary.
Defines properties and methods that allow parsing and validating an existing PDF binary signature that is stored in the /Contents property of the PDF signature dictionary.
Provides a mechanism for receiving callback notifications when a TextLayout is rendered on a GcPdfGraphics.
Defines methods used to generate time-stamp tokens. This interface is implemented by the TimeStamp class. It can also be implemented in user code to provide customized time-stamp token generation, see TimeStamp.
Defines possible values for annotations tabs order.
Defines audio formats supported by SoundObject.
(PDF 1.7) The paper handling option to use when printing the file from the print dialog.
Specifies available font embedding modes.
Defines formats that can be used to encode images in a PDF.
Specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
Specifies the shape to be used at the corners of paths that are stroked. Join styles are significant only at points where consecutive segments of a path connect at an angle; segments that meet or intersect fortuitously receive no special treatment.
Specifies how the document should be displayed on exiting full-screen mode.
Defines possible numbering styles.
Specifies how outlines are handled when merging two documents.
Defines possible styles of outline text.
Specifies the types of page boundaries. See PDF specification for details.
Specifies the page layout to be used when the document is opened.
Specifies how the document should be displayed when opened.
Defines the PDF conformance levels.
Defines the supported signature formats.
(PDF 1.6) The page scaling option to be selected when a print dialog is displayed for this document.
Specifies a format of RawImage.
Specifies the possible predominant reading order for text.
Defines possible PDF rendering intents.
Defines the modes of saving a PDF.
Defines digest algorithms used to generate signatures.
Defines signature formats supported by GcPdfDocument.
PDF text rendering mode.
Defines the possible dimensions in which the transition effect shall occur.
Defines the possible directions in which the specified transition effect shall moves.
Defines the possible directions of motion for a transition effect.
Defines the possible transition styles.
Specifies text justification to be used when displaying variable text in FreeTextAnnotation, WidgetAnnotation etc.
Defines the method signature called for each page when SaveAsImage(OutputRange, SaveAsImageOptions, SaveAsImageDelegate) is called.
Represents a delegate used to calculate the hash over data. The data can be represented by an array of bytes or by a System.IO.Stream.
Outputs the hash value and the hash algorithm OID.