API Reference
Class
PdfInteractiveContentFlattenResult
Result of flattening form fields and supported visual annotations.
Inheritance
- Object
- PdfInteractiveContentFlattenResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Byte[] Bytes { get; } #Rewritten PDF bytes.
public Int32 FlattenedFormFieldCount { get; } #Number of readable form fields removed by flattening.
public Int32 FlattenedAnnotationCount { get; } #Number of supported visual annotations removed by flattening.
public Boolean Applied { get; } #Whether any interactive object was flattened.