IPageInfo

IPageInfo interface

Interface for the page description properties.

public interface IPageInfo

Properties

Name Description
Document { get; set; } Gets the document info.
Height { get; } Gets page height in pixels when converted to image.
Number { get; } Gets the page number.
Visible { get; } Indicates whether page is visibile or not.
Width { get; } Gets page width in pixels when converted to image.

See Also