type | Description |
WebContentImageJS | Represents an image located on PDF page. |
WebPdfActionCompositeExecutorJS | Represents the composite executor of an action. |
WebPdfActionExecutorBaseJS | Provides an abstract base class for PDF action executors. |
WebPdfActionJS | Provides a base class for action associated with PDF element (page, bookmark, link, annotation...). |
WebPdfAnnotationJS | Represents a PDF annotation. |
WebPdfBookmarkJS | Represents a bookmark of PDF document. |
WebPdfCompressionSettingsJS | Encapsulates the settings for compression of PDF document. |
WebPdfDestinationBaseJS | Provides the abstract base class for PDF destinations. |
WebPdfDestinationFitBHorizontalJS | Represents a 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. |
WebPdfDestinationFitBJS | Represents a 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. |
WebPdfDestinationFitBVerticalJS | Represents a 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. |
WebPdfDestinationFitHorizontalJS | Represents a 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. |
WebPdfDestinationFitJS | Represents a 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. |
WebPdfDestinationFitRectangleJS | Represents a 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. |
WebPdfDestinationFitVerticalJS | Represents a 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. |
WebPdfDestinationXYZJS | Represents a 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. |
WebPdfDocumentCompressorJS | The processing command that allows to compress a PDF document. |
WebPdfDocumentCompressorSettingsJS | The settings for the WebPdfDocumentCompressorJS class. |
WebPdfDocumentInteractiveFormJS | Represents an interactive form of PDF document. |
WebPdfDocumentJS | Represents a PDF document. |
WebPdfFormatJS | Contains information about format and version of PDF document. |
WebPdfGotoActionExecutorJS | Represents an executor of WebPdfGoToActionJS actions that performs navigation in WebImageViewerJS. |
WebPdfGoToActionJS | Represents a go-to action associated with PDF element (bookmark, link,...). |
WebPdfImageResourceJS | Represents an image resource of PDF document. |
WebPdfImageViewerActionExecutorJS | Provides a base class of action executors for instance of WebImageViewerJS class. |
WebPdfInteractiveFormBarcodeFieldJS | Represents a barcode field of interactive form of PDF document. |
WebPdfInteractiveFormCheckboxFieldJS | Represents a check box field of interactive form of PDF document. |
WebPdfInteractiveFormComboBoxJS | Represents a combo box field of interactive form of PDF document. |
WebPdfInteractiveFormFieldJS | Represents an interactive form field of PDF document. |
WebPdfInteractiveFormListBoxJS | Represents a list box field of interactive form of PDF document. |
WebPdfInteractiveFormPushButtonJS | Represents a push button field of interactive form of PDF document. |
WebPdfInteractiveFormRadioButtonGroupJS | Represents a radion button group field of interactive form of PDF document. |
WebPdfInteractiveFormRadioButtonJS | Represents a radion button field of interactive form of PDF document. |
WebPdfInteractiveFormTextFieldJS | Represents a text field of interactive form of PDF document. |
WebPdfLinkJS | Represents a PDF link. |
WebPdfPageJS | Represents a page of PDF document. |
WebPdfPageRedactionMarkJS | Represents a PDF redaction mark that removes all content (images, text, vector graphics) from PDF page. |
WebPdfRedactionMarkAppearanceJS | Represents an object that defines the appearance of PDF redaction mark. |
WebPdfRedactionMarkCollectionJS | Represents a collection of PDF redaction marks (collection of instances of WebPdfRedactionMarkJS class). |
WebPdfRedactionMarkJS | Represents a PDF redaction mark. |
WebPdfResourceJS | Provides an abstract base class that contains information about resource of PDF document. |
WebPdfTreeNodeBaseJS | Provides an abstract base class for all objects in the tree of PDF document. |
WebPdfUriActionJS | Represents an action between the uniform resource identifier (URI) and PDF element (bookmark, link,...). |
WebPdfWidgetAnnotationJS | Represents a PDF Widget annotation that displays PDF interactive element. |