ICompositeImage

Interface ICompositeImage

Namespace: Imagise.Core
Assembly: Imagise.Core.dll

public interface ICompositeImage : IDisposable

Implements

IDisposable

Properties

PageCount

int PageCount { get; }

Property Value

int

PageExportingAction

PageExportingAction PageExportingAction { set; }

Property Value

PageExportingAction

Methods

GetPage(int, bool)

Image GetPage(int i, bool defaultFullframe)

Parameters

i int

defaultFullframe bool

Returns

Image