public static final class Form.SignDependentElementsRenderingModes
extends com.aspose.ms.System.Enum
Forms can contain signing information and can be signed or unsigned. Sometimes view of forms in viewer must depend on whether form is signed or not. This enum enumerates possible rendering modes during conversion of form type in regard to sign.
Modifier and Type | Field and Description |
---|---|
static int |
RenderFormAsSigned
Render form as signed.
|
static int |
RenderFormAsUnsigned
Render form as unsigned.
|
public static final int RenderFormAsUnsigned
Render form as unsigned.
public static final int RenderFormAsSigned
Render form as signed.