CommonConvertOptionsTFileTypePages Property |
The list of page indexes to be converted. Should be specified to convert specific pages.
Namespace: GroupDocs.Conversion.Options.ConvertAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic List<int> Pages { get; set; }
Public Property Pages As List(Of Integer)
Get
Set
public:
virtual property List<int>^ Pages {
List<int>^ get () sealed;
void set (List<int>^ value) sealed;
}
abstract Pages : List<int> with get, set
override Pages : List<int> with get, set
Property Value
Type:
ListInt32Implements
IPageRangedConvertOptionsPages
See Also