The page in the file to be used for the image
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int PageNumber { get; set; }Property Value
Int32
Exceptions
Remarks
The default value of this property is 1. This default is appropriate for most file types.
This should be used for files, such as PDF files, that can have multiple pages.
Valid values range from 1 to the number of pages in the file.
See Also
Reference