GetCommands Method (Annotation)
                In This Topic
            
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function GetCommands( _
   ByVal  As Annotation, _
   ByVal  As Single, _
   ByVal  As Single, _
   ByRef commands As List(Of Integer), _
   ByRef  As List(Of Single()), _
   ByRef  As List(Of Byte()), _
   ByRef  As ViewerController.ElementMargin, _
   ByVal disableBitmapHandling As Boolean _
) As GdPictureStatus
             
        
            
            public static GdPictureStatus GetCommands( 
   Annotation ,
   float ,
   float ,
   out List<int> commands,
   out List<float[]> ,
   out List<byte[]> ,
   out ViewerController.ElementMargin ,
   bool disableBitmapHandling
)
             
        
            
            public function GetCommands( 
    : Annotation;
    : Single;
    : Single;
   Out  commands: List;
   Out  : List;
   Out  : List;
   Out  : ViewerController.ElementMargin;
    disableBitmapHandling: Boolean
): GdPictureStatus; static; 
             
        
            
            public static function GetCommands( 
    : Annotation,
    : float,
    : float,
   commands : List,
    : List,
    : List,
    : ViewerController.ElementMargin,
   disableBitmapHandling : boolean
) : GdPictureStatus;
             
        
            
            public: static GdPictureStatus GetCommands( 
   Annotation* ,
   float ,
   float ,
   [PARAMFLAG::Out] List<int>* commands,
   [PARAMFLAG::Out] List<float[]>* ,
   [PARAMFLAG::Out] List<byte[]>* ,
   [PARAMFLAG::Out] ViewerController.ElementMargin ,
   bool disableBitmapHandling
) 
             
        
            
            public:
static GdPictureStatus GetCommands( 
   Annotation^ ,
   float ,
   float ,
   [Out] List<int>^ commands,
   [Out] List<array<float>>^ ,
   [Out] List<array<byte>>^ ,
   [Out] ViewerController.ElementMargin ,
   bool disableBitmapHandling
) 
             
        
             
        
            Parameters
- annot
- pageWidthInches
- pageHeightInches
- commands
- parameters
- data
- bbox
- disableBitmapHandling
 
            
            
            
            
            
            
            
            
            
            
            
            See Also