WordProcessingSecurityLoadingLimits Properties
Contains the loading limit options for a document.| Name | Description |
|---|---|
| MaxFileSize | Gets or sets the maximum file size that can be loaded, in bytes. Inherited from SecurityLoadingLimits. |
| MaxParagraphCount | Gets or sets the maximum number of paragraphs in a document. |
| MaxSectionsCount | Gets or sets the maximum number of sections in a document. |
| MaxSubDocumentCount | Gets or sets the maximum number of sub-documents in a document. |
| MaxTableCount | Gets or sets the maximum number of tables in a document. |
| MaxTableRowCount | Gets or sets the maximum number of rows in a document table. |
| MaxXmlElementCount | Gets or sets the maximum number of XML elements that can be loaded. Inherited from SecurityLoadingLimits. |
| MaxXmlElementDepth | Gets or sets the maximum depth of XML elements that can be loaded. Inherited from SecurityLoadingLimits. |
See Also