GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / PageRenderRotation Property





In This Topic
PageRenderRotation Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property PageRenderRotation As RotateFlipType
public RotateFlipType PageRenderRotation {get;}
public read-only property PageRenderRotation: RotateFlipType; 
public function get PageRenderRotation : RotateFlipType
public: __property RotateFlipType get_PageRenderRotation();
public:
property RotateFlipType PageRenderRotation {
   RotateFlipType get();
}
See Also