PaginationArtifact.StartPage

PaginationArtifact.StartPage property

Gets or sets the starting page number for the artifact. The value must be greater than or equal to 1. If a value less than 1 is set, it will be adjusted to 1.

public int StartPage { get; set; }

See Also