Offset between bottom sides of pdf content and paper. Always stored in unit of Feet.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2022

Syntax

C#
public double OriginOffsetY { get; set; }
Visual Basic
Public Property OriginOffsetY As Double
	Get
	Set
Visual C++
public:
property double OriginOffsetY {
	double get ();
	void set (double value);
}

See Also