LeftowerSpaceFraction Property (PdfAnnotationIconFit)
Gets or sets the array of two numbers between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left and bottom of the icon.
'Declaration
Public Property LeftowerSpaceFraction As Single[]
public float[] LeftowerSpaceFraction { get; set; }
public: __property float[] get_LeftowerSpaceFraction();
public: __property void set_LeftowerSpaceFraction(
float[]*
);
public:
property float[] LeftowerSpaceFraction {
float[] get();
void set(array<float>^ );
}
Property Value
A value of [0.0 0.0] positions the icon at the bottom-left corner of the annotation rectangle. A value of [0.5 0.5] centers it within the rectangle. This entry is used only if the icon is scaled proportionally. Default value: [0.5 0.5].
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5