VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsDoc Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfJsDoc Class Members
    In This Topic
    The following tables list the members exposed by PdfJsDoc.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfJsDoc class.
    Public Properties
     NameDescription
    Public PropertyGets the application of this document.
    Public PropertyGets or sets a value indicating whether calculations can be performed for this document.
    Public PropertyGets or sets a value indicating whether the document needs to be saved as the result of a changes to the document.
    Public PropertyGets the base file name, with extension, of the document.
    Public PropertyGets the date when the document was last modified.
    Public PropertyGets the total number of fields in the document.
    Public PropertyGets the number of pages in the document.
    Public PropertyGets or sets the current page index of the document.
    Public PropertyGets a value indicating whether the document requires a full save because it is temporary or newly created.
    Public PropertyGets the source PdfDocument object.
    Public Methods
     NameDescription
    Public MethodForces computation of all calculation fields in the current document.
    Public MethodReturns an PdfJsAnnotation object contained on a specific document page.
    Public MethodReturns an PdfJsField object contained on a specific document.
    Public MethodReturns the name of the field at specified index in the document.
    Public MethodPrints all or a specific number of pages of the document.
    Public MethodOverloaded. Resets the field values within a document.
    Public MethodReturns a System.String that represents this instance.
    Protected Methods
     NameDescription
    Protected MethodCreates the JS "Annotation" object instance for the specified PDF annotation.
    Protected MethodCreates the JS "Field" object instance for the specified PDF interactive form field.
    Protected MethodReturns an array that contains all field names in the document.
    See Also