Accusoft.PdfXpress7.Net
Destination Property




Confines drawing PDF page content and PDF annotation appearances to a rectangular area of the Windows GDI+ device context.
Syntax
'Declaration
 
Public Property Destination As Rectangle
'Usage
 
Dim instance As RenderDcOptions
Dim value As Rectangle
 
instance.Destination = value
 
value = instance.Destination
public Rectangle Destination {get; set;}
public: __property Rectangle get_Destination();
public: __property void set_Destination( 
   Rectangle value
);
public:
property Rectangle Destination {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

A rectangular area, expressed in Windows GDI+ device context logical units.
Remarks

If DestinationArea.Width is zero, then Destination.X is ignored and the width of the Windows GDI+ device context surface is used instead.

If DestinationArea.Height is zero, then Desination.Y is ignored and the height of the Windows GDI+ device context surface is used instead.

The default value is the entire device context surface rectangle.

See Also

Reference

RenderDcOptions Class
RenderDcOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback