PDF .NET Library Documentation - PDF Technologies, Inc.

Field Value

double value uses unit of measure. Set 0 for autocalculate

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

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

See Also