The pixel size of an image in one direction. Used only if ZoomType is FitToPage.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int PixelSize { get; set; }Property Value
Int32
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
When setting this property: The PixelSize value is outside the permitted range.
|
Remarks
The default is 512 pixels.
See Also
Reference