1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for .NET
  4. /
  5. GroupDocs.Merger.Domain.Options
  6. /
  7. IPreviewOptions

IPreviewOptions

IPreviewOptions interface

Interface for the preview options.

public interface IPreviewOptions : IPageOptions

Properties

Name Description
CreateStream { get; } Delegate that defines method to create output page preview stream.
Height { get; set; } Preview height.
Mode { get; } Gets the mode for preview.
ReleaseStream { get; } Delegate that defines method to release output page preview stream.
Resolution { get; set; } Image resolution.
Width { get; set; } Preview width.

Methods

Name Description
GetPathByPageNumber(int, string) Gets the full file path of previewed document by page number with defined extension.
Validate(FileType) Validates the split options.

See Also