'Declaration Public Property Line As System.Nullable(Of Double)
public System.Nullable<double> Line { get; set; }
public: __property System.Nullable<double> get_Line(); public: __property void set_Line(
System.Nullable<double> value
);
public:
property System.Nullable<double> Line { System.Nullable<double> get(); void set(System.Nullable<double> value); }
Property Value
Value is line height factor if LineRule == Vintasoft.Imaging.Office.Vmf.VmfParagraphLineSpacingRule.Scale.
Value is measured in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels if LineRule == Vintasoft.Imaging.Office.Vmf.VmfParagraphLineSpacingRule.Exact or Vintasoft.Imaging.Office.Vmf.VmfParagraphLineSpacingRule.AtLeast.
Value is measured in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels if LineRule == Vintasoft.Imaging.Office.Vmf.VmfParagraphLineSpacingRule.Exact or Vintasoft.Imaging.Office.Vmf.VmfParagraphLineSpacingRule.AtLeast.