Discuss this help topic in SecureBlackbox Forum

TElPDFDictionary.AddRect

TElPDFDictionary     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This topic is under development…

Declaration

[C#]
    void AddRect(string Name, int X1, int Y1, int X2, int Y2, bool Overwrite);

[VB.NET]
    Sub AddRect(ByVal Name As String, ByVal X1 As Integer, ByVal Y1 As Integer, ByVal X2 As Integer, ByVal Y2 As Integer, ByVal Overwrite As Boolean)

[Pascal]
    procedure AddRect(const Name : string; X1, Y1, X2, Y2 : integer; Overwrite : boolean = true);

[C++]
    void AddRect(const std::string &Name, int32_t X1, int32_t Y1, int32_t X2, int32_t Y2, bool Overwrite);

[PHP]
    void AddRect(string $Name, integer $X1, integer $Y1, integer $X2, integer $Y2, bool $Overwrite)

[Java]
    void addRect(String Name, int X1, int Y1, int X2, int Y2, boolean Overwrite);

Parameters

  • Name -
  • X1 -
  • Y1 -
  • X2 -
  • Y2 -
  • Overwrite -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum