DocumentInfoMaxPageHeight Property |
Specifies max page height.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic int MaxPageHeight { get; set; }
Public Property MaxPageHeight As Integer
Get
Set
public:
virtual property int MaxPageHeight {
int get () sealed;
void set (int value) sealed;
}
abstract MaxPageHeight : int with get, set
override MaxPageHeight : int with get, set
Property Value
Type:
Int32Implements
IDocumentInfoMaxPageHeight
See Also