format_family property
format_family property
Gets or sets the format family of the document, indicating its type (e.g., Image, Pdf, Spreadsheet, etc.).
Definition:
@property
def format_family(self):
...
@format_family.setter
def format_family(self, value):
...
See Also
- module
groupdocs.watermark.options
- class
LoadOptions