DocumentUploadingEventArgs Properties |
The DocumentUploadingEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
![]() | CancelMessage |
Gets or sets a value representing the cancel message displayed to the client if Cancel is true.
|
![]() | ConvertImageToPdf |
Gets or sets a value indicating whether RAD PDF should convert supported image types to PDF automatically if DataUploaded is not a PDF.
|
![]() | ConvertXfaForm |
Gets or sets a value indicating whether RAD PDF should convert XFA PDF forms to the more commonly used AcroForms standard.
|
![]() | DataUploaded |
Gets or sets a value representing the file data uploaded and about to be processed.
|
![]() | DocumentID |
Gets a value representing the DocumentID associated with this event as an Int32.
(Inherited from DocumentCancelEventArgs.) |
![]() | DocumentKey |
Gets a value representing the DocumentKey associated with this event as a String.
(Inherited from DocumentCancelEventArgs.) |
![]() | DocumentProperties |
Gets a PdfDocumentProperties class containing common properties describing the document being initialized.
|
![]() | FileName |
Gets or sets a value representing the file name of the data uploaded and about to be processed.
|
![]() | IsLiteDocument |
Gets a value indicating whether this document is a Lite Document (created with PdfWebControlLite) or not (and hence created with PdfWebControl).
(Inherited from DocumentCancelEventArgs.) |
![]() | LiteSession |
Gets the PdfLiteSession associated with this Lite Document.
(Inherited from DocumentCancelEventArgs.) |
![]() | MaxPdfPageHeight |
Gets or sets a value indicating the maximum height of a page which this document can contain.
|
![]() | MaxPdfPages |
Gets or sets a value indicating the maximum number of pages which this document can contain.
|
![]() | MaxPdfPageWidth |
Gets or sets a value indicating the maximum width of a page which this document can contain.
|
![]() | RenderDpi |
Gets or sets a value indicating the resolution in dots per inch (DPI) at which this document will be rendered.
|
![]() | RenderUnsupportedPdfFeatures |
Gets or sets a value indicating whether the server should attempt to render PDF features to the uneditable background if they are not yet supported in a PdfWebControl instance.
|
![]() | ThrowMaxPagesException |
Gets or sets a value indicating whether a RadPdfPdfProcessingMaxPagesException should be thrown when uploading a PDF containing more pages than allowed by MaxPdfPages.
|
![]() | ThrowXfaFormException |
Gets or sets a value indicating whether a RadPdfPdfProcessingXfaFormException should be thrown when uploading a PDF which contains an XFA form and ConvertXfaForm is false.
|