1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain
  6. /
  7. DocumentInfo class
  8. /
  9. width_for_max_height property

width_for_max_height property

width_for_max_height property

Specifies width for max page height.

Definition:

@property
def width_for_max_height(self):
    ...
@width_for_max_height.setter
def width_for_max_height(self, value):
    ...

See Also