PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the brush type

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

Syntax

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

See Also