Aspose::Pdf::Annotations::Characteristics class

Characteristics class

Represents annotation characteristics.

class Characteristics : public System::Object

Methods

MethodDescription
get_Background()Gets color of the background.
get_Border()Gets color of the border.
get_Rotate()Gets rotation of the annotation.
set_Background(System::Drawing::Color)Sets color of the background.
set_Border(System::Drawing::Color)Sets color of the border.
set_Rotate(Rotation)Sets rotation of the annotation.

See Also