Aspose::Pdf::Annotations::Border class

Border class

Class representing characteristics of annotation border.

class Border : public System::Object

Methods

MethodDescription
Border(System::SharedPtr<Annotation>)Constructor for border object.
get_Dash() constGets dash pattern.
get_Effect() constGets border effect.
get_EffectIntensity() constGets effect intencity. Valid range of value is [0..2].
get_HCornerRadius()Gets horizontal corner radius.
get_Style()Gets border style.
get_VCornerRadius()Gets vertical corner radius.
get_Width()Gets border width.
set_Dash(System::SharedPtr<Aspose::Pdf::Annotations::Dash>)Sets dash pattern.
set_Effect(BorderEffect)Sets border effect.
set_EffectIntensity(int32_t)Sets effect intencity. Valid range of value is [0..2].
set_HCornerRadius(double)Sets horizontal corner radius.
set_Style(BorderStyle)Sets border style.
set_VCornerRadius(double)Sets vertical corner radius.
set_Width(int32_t)Sets border width.

See Also