Documents for PDF, .NET Edition Documentation
InlineObject Constructor(Object,Single,Single)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > InlineObject Class > InlineObject Constructor : InlineObject Constructor(Object,Single,Single)
Creates a new instance of InlineObject.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As System.Object, _
   ByVal width As System.Single, _
   ByVal height As System.Single _
)
public InlineObject( 
   System.object obj,
   System.float width,
   System.float height
)

Parameters

obj
width
height
See Also

Reference

InlineObject Class
InlineObject Members
Overload List