vCard

Photo Members

Public Instance Constructors

Photo ConstructorInitializes a new instance of the Photo class.

Public Instance Properties

Filename Gets the Filename property. This is only applicable when the Encode method is called. If the Encode method was not called, the URL property must be used.
Filetype Gets or sets the Filetype property. This is used along with the Filename property.
Rawdata Gets or sets the Rawdata property.
URL Gets or sets the URL property.

Public Instance Methods

Decode This method decodes a Base64 string, saving it to the DestinationFilename. The file extension is based on the Filetype of the encoded photo.
DecodeToImage DecodeToImage -- TEST TEST TEST
Encode This method Base64 encodes a given filename.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Photo Class | MichaelEatonConsulting.vCard Namespace