In This Topic

GetCommands Method (Annotation)

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

Parameters

annot
pageWidthInches
pageHeightInches
commands
parameters
data
bbox
disableBitmapHandling
See Also