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