Name | Description | |
---|---|---|
![]() | PdfJsDoc | Initializes a new instance of the PdfJsDoc class. |
Name | Description | |
---|---|---|
![]() | Application | Gets the application of this document. |
![]() | calculate | Gets or sets a value indicating whether calculations can be performed for this document. |
![]() | dirty | Gets or sets a value indicating whether the document needs to be saved as the result of a changes to the document. |
![]() | documentFileName | Gets the base file name, with extension, of the document. |
![]() | modDate | Gets the date when the document was last modified. |
![]() | numFields | Gets the total number of fields in the document. |
![]() | numPages | Gets the number of pages in the document. |
![]() | pageNum | Gets or sets the current page index of the document. |
![]() | requiresFullSave | Gets a value indicating whether the document requires a full save because it is temporary or newly created. |
![]() | Source | Gets the source PdfDocument object. |
Name | Description | |
---|---|---|
![]() | calculateNow | Forces computation of all calculation fields in the current document. |
![]() | getAnnot | Returns an PdfJsAnnotation object contained on a specific document page. |
![]() | getField | Returns an PdfJsField object contained on a specific document. |
![]() | getNthFieldName | Returns the name of the field at specified index in the document. |
![]() | Prints all or a specific number of pages of the document. | |
![]() | resetForm | Overloaded. Resets the field values within a document. |
![]() | ToString | Returns a System.String that represents this instance. |
Name | Description | |
---|---|---|
![]() | CreateJsAnnotation | Creates the JS "Annotation" object instance for the specified PDF annotation. |
![]() | CreateJsField | Creates the JS "Field" object instance for the specified PDF interactive form field. |
![]() | GetFieldNames | Returns an array that contains all field names in the document. |