ImageGear PDF v25.2 - Updated
CopySettingsFrom Method (ImGearVectorTextObject)




ImageGear.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorTextObject Class : CopySettingsFrom Method
Source text object.
Copies all settings from one text object to another except text string.
Syntax
'Declaration
 
Public Sub CopySettingsFrom( _
   ByVal textObject As ImGearVectorTextObject _
) 
'Usage
 
Dim instance As ImGearVectorTextObject
Dim textObject As ImGearVectorTextObject
 
instance.CopySettingsFrom(textObject)
public void CopySettingsFrom( 
   ImGearVectorTextObject textObject
)
public: void CopySettingsFrom( 
   ImGearVectorTextObject* textObject
) 
public:
void CopySettingsFrom( 
   ImGearVectorTextObject^ textObject
) 

Parameters

textObject
Source text object.
Remarks
This can be helpful when creating a new text object with almost the same settings as an existing one.
See Also

Reference

ImGearVectorTextObject Class
ImGearVectorTextObject Members
ImGearVectorTextObject Class

Is this page helpful?
Yes No
Thanks for your feedback.