Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WatermarkAnnotation Class / VertTranslate Property

In This Topic
    VertTranslate Property
    In This Topic
    Gets or sets the amount to translate the associated content vertically, as a percentage of the height of the target media (or if unknown, the height of the page’s MediaBox). 1.0 represents 100% and 0.0 represents 0%. Negative values are not recommended, since they may cause content to be drawn off the page.
    Syntax
    'Declaration
     
    Public Property VertTranslate As System.Single
    public System.float VertTranslate {get; set;}
    See Also