CommonConvertOptionsTFileTypePagesCount Property |
Number of pages to convert starting from PageNumber.
Namespace: GroupDocs.Conversion.Options.ConvertAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic int PagesCount { get; set; }
Public Property PagesCount As Integer
Get
Set
public:
virtual property int PagesCount {
int get () sealed;
void set (int value) sealed;
}
abstract PagesCount : int with get, set
override PagesCount : int with get, set
Property Value
Type:
Int32Implements
IPagedConvertOptionsPagesCount
See Also