[]
Represents the features supported by the document.
public interface IDocumentFeatures
Name | Description |
---|---|
NonPaginated | Gets a boolean value indicating whether it support non-paginated mode of document rendering. |
PageSettings | Gets a boolean value indicating whether it supports setting page settings. |
Paginated | Gets a boolean value indicating whether it supports paginated mode of document rendering. |
TextSearchInPaginatedMode | Gets a boolean value indicating whether it supports text searching in paginated mode. |