VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Classes Enumerations SeeAlso
In This Topic
    Vintasoft.Imaging.Pdf.Tree Namespace (Vintasoft.Imaging.Pdf)
    In This Topic
    Contains classes of the tree of PDF document.
    Classes
     ClassDescription
    ClassBase class for action associated with PDF element (page, bookmark, link, annotation...).
    ClassDefines a hide action (PDF 1.2) that hides or shows one or more annotations on the screen by setting or clearing their PdfAnnotationFlags.Hidden flag.
    ClassProvides information about bookmark of PDF document.
    ClassRepresents a PdfBookmark collection.
    ClassProvides the abstract base class for PDF destinations.
    ClassA PDF destination that displays the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
    ClassA PDF destination that displays 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.
    ClassA PDF destination that displays 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.
    ClassA PDF destination that displays 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.
    ClassA PDF destination that displays 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.
    ClassA PDF destination that displays 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. A null value for any of the parameters may result in unpredictable behavior.
    ClassA PDF destination that displays 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.
    ClassA PDF destination that displays 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.
    ClassProvides information about developer extension version.
    ClassRepresents a collection of developer extensions.
    ClassStores additional-actions defining the interactive form field's behavior in response to various trigger events.
    ClassThe PDF document catalog - root of a document object hierarchy.
    ClassProvides information about PDF document.
    ClassRepresents a viewer preferences specifying the way the document is to be displayed on the screen.
    ClassProvides information about embedded file resource of PDF document.
    ClassProvides information about file embedded in PDF document.
    ClassThe dictionary that contains name - PdfEmbeddedFileSpecification pairs.
    ClassDefines a go-to action that allows jumping to or from a PDF file that is embedded in another PDF file.
    ClassDefines target information that specifying path information to the target document.
    ClassProvides information about file reference in PDF document.
    ClassProvides list of file reference in PDF document.
    ClassProvides information about a file in PDF document.
    ClassProvides information about form XObject resource of PDF document.
    ClassRepresents a dictionary from name to PdfFormXObjectResource.
    ClassDefines a go-to action associated with PDF element (bookmark, link,...).
    ClassDefines a base class for go-to actions.
    ClassContains the graphics state parameters.
    ClassA dictionary that maps the resource names to the graphics state parameters.
    ClassStores the attributes of the PDF group.
    ClassProvides information about image resource (image XObject) of PDF document.
    ClassDefines a JavaScript action associated with PDF element (bookmark, link, interactive form field, ...).
    ClassThe dictionary that contains "name - PdfJavaScriptAction" pairs.
    ClassDefines a launch action (can launch an application or open a document) associated with PDF element (bookmark, link,...).
    ClassProvides private information about marked content of PDF document.
    ClassA dictionary that maps the resource names to the property list dictionaries for marked content.
    ClassProvides additional information about structure of PDF document.
    ClassProvides information about metadata resource of PDF document.
    ClassDefines a named action.
    ClassRepresents named dictionary of name to value pairs.
    ClassProvides the abstract base class for named dictionary of name-value pairs.
    ClassThe dictionary that contains "name => name" pairs.
    ClassProvides number tree serves a similar purpose to a dictionary-associating number-keys and values.
    ClassProvides a generic number tree serves a similar purpose to a dictionary-associating number-keys and values.
    ClassProvides information about page of PDF document.
    ClassStores additional-actions defining the page's behavior in response to various trigger events.
    ClassRepresents a collection of pages of PDF document.
    ClassProvides data for PDF page related events.
    ClassProvides additional information about page labeling.
    ClassProvides an information about page labeling.
    ClassDefines a go-to action that allows to jump to a destination in another PDF file instead of the current PDF file.
    ClassProvides information about resource of PDF document.
    ClassRepresents the list of PdfResource.
    ClassRepresents a map that maps names to the PDF resources.
    ClassContains named resources that are used in a content stream.
    ClassStores the attributes of the PDF transparency group.
    ClassRepresents an abstract base class for all objects in the tree of PDF document.
    ClassGeneric list of elements derived from PdfTreeNodeBase class.
    ClassAssociates action between the uniform resource identifier (URI) and PDF element (bookmark, link,...).
    ClassProvides information about a uniform resource locator (URL) of the form defined in Internet RFC 1738, Uniform Resource Locators.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies available blending modes.
    EnumerationSpecifies available line cap styles.
    EnumerationSpecifies available line join styles - shapes used at the corners of paths when paths are stroked.
    EnumerationSpecifies available types of PDF actions.
    EnumerationSpecifies available bookmark flags.
    EnumerationSpecifies available destination types.
    EnumerationSpecifies available rendering intents.
    EnumerationSpecifies available page boundaries.
    EnumerationSpecifies available numbering styles, which can be used for the numeric portion of each page label.
    EnumerationSpecifies available types of PDF resources.
    See Also