Aspose::Pdf::Annotations::FixedPrint class

FixedPrint class

Represent Fixed print data of WatermarkAnnotation.

class FixedPrint : public System::Object

Methods

MethodDescription
get_HorizontalTranslation() constGets horizontal translation.
get_Matrix()Gets matrix value.
get_VerticalTranslation() constGets vertical translation.
set_HorizontalTranslation(double)Sets horizontal translation.
set_Matrix(System::SharedPtr<Aspose::Pdf::Matrix>)Sets matrix value.
set_VerticalTranslation(double)Sets vertical translation.

See Also