 | PdfInteractiveFormsHasDefaultAppearance Method |
Checks if acroforms dictionary contain the valid default appearance value.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic bool HasDefaultAppearance()
Public Function HasDefaultAppearance As Boolean
public:
bool HasDefaultAppearance()
member HasDefaultAppearance : unit -> bool
public boolean HasDefaultAppearance()
function HasDefaultAppearance();
Return Value
BooleanFalse if the default appearance is missing or incorrect.
See Also