rtLib — Notes Rich Text Management Library Documentation of rtLib — Notes Rich Text Management Library Download rtLib — Notes Rich Text Management Library FAQ of rtLib — Notes Rich Text Management Library Purchase rtLib — Notes Rich Text Management Library Feedback about rtLib — Notes Rich Text Management Library
rtdImageResource

isNew

Start searchMail feedback

rtdImageResource


Across
Down
isNew
Image As rtGraphic



ExportToFile
ImportFromFile
New

version 1.5

Property Get isNew As Variant

IsNew returns True if initialization of the object created a new image resource.

Dim img as New rtdImageResource (db, "My Image")

if img.isNew then

print {created image resource "My Image"}

Else

print {image resource "My Image" already exists}

End if