1. GroupDocs.Conversion
  2. /
  3. GroupDocs.Conversion for .NET
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. IPageRangedConvertOptions

IPageRangedConvertOptions

IPageRangedConvertOptions interface

Represents convert options that support conversion of specific list of pages

public interface IPageRangedConvertOptions : IConvertOptions

Properties

Name Description
Pages { get; set; } The list of page indexes to be converted. Should be specified to convert specific pages.

See Also