Enum pdfium_render::form::PdfFormType
source · [−]pub enum PdfFormType {
None,
Acrobat,
XfaFull,
XfaForeground,
}Expand description
The internal definition type of a PdfForm embedded in a PdfDocument.
Variants
None
Acrobat
XfaFull
XfaForeground
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PdfFormType
impl Send for PdfFormType
impl Sync for PdfFormType
impl Unpin for PdfFormType
impl UnwindSafe for PdfFormType
Blanket Implementations
Mutably borrows from an owned value. Read more