←Select platform

StretchLogo Property

Summary

Gets or sets the stretch property to the Bates stamp logo. Hence, making it possible to cover the entire area of the container attached to this Bates stamp.

Syntax

C#
VB
Java
WinRT C#
C++
public bool StretchLogo { get; set; } 
Public Property StretchLogo As Boolean 
public bool StretchLogo {get; set;} 
public boolean getStretchLogo() 
public void setStretchLogo(boolean stretchLogo) 
             
 <br/>get_StretchLogo();<br/>set_StretchLogo(value);<br/>Object.defineProperty('StretchLogo');  
public:  
   property bool StretchLogo 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

The value that determines whether or not to stretch the Bates stamp logo to the entire container area attached to this Bates stamp.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Documents Assembly