Initializes a new instance of the PDFSubText class
Namespace: CuteEditor.Convertor.PDFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public PDFSubText( Object content, int width, Object style, ContentType type, Object link ) |
| Visual Basic |
|---|
Public Sub New ( _ content As Object, _ width As Integer, _ style As Object, _ type As ContentType, _ link As Object _ ) |
| Visual C++ |
|---|
public: PDFSubText( Object^ content, int width, Object^ style, ContentType type, Object^ link ) |
Parameters
- content
- Type: System..::..Object
- width
- Type: System..::..Int32
- style
- Type: System..::..Object
- link
- Type: System..::..Object