←Select platform

LogoRect Property

Summary

Gets or sets the LeadRectD of the logo picture and its text.

Syntax

C#
VB
Java
WinRT C#
C++
public LeadRectD LogoRect { get; set; } 
Public Property LogoRect As Leadtools.LeadRectD 
public Leadtools.LeadRectD LogoRect {get; set;} 
public LeadRectD getLogoRect() 
public void setLogoRect(LeadRectD rect) 
             
 <br/>get_LogoRect();<br/>set_LogoRect(value);<br/>Object.defineProperty('LogoRect');  
public:  
   property LeadRectD^ LogoRect 
   { 
      LeadRectD^ get() 
      void set(LeadRectD^ value) 
   } 

Property Value

The rectangle of the logo picture and its text where they will be laid out.

Remarks

The rectangle structure will be ignored if you set the property StretchLogo to true.

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