Click or drag to resize

PdfImageSource Methods

The PdfImageSource type exposes the following members.

Methods
  NameDescription
Public methodAcquire(Int32) Obsolete.
This method has been deprecated. Use ReAcquire(AtalaImage) instead.
(Inherited from ImageSource.)
Public methodAcquire(AtalaImage) Obsolete.
This method has been deprecated. Use ReAcquire(AtalaImage) instead.
(Inherited from ImageSource.)
Public methodAcquireNext
Acquire the next available image from the ImageSource.
(Inherited from ImageSource.)
Protected methodAllImagesAreReleased
Determines if all the images have been released.
(Inherited from ImageSource.)
Public methodContainsImage
Determines whether this ImageSource contains the specified image.
(Inherited from ImageSource.)
Protected methodCullNode
Culls the node from the ImageSource
(Inherited from ImageSource.)
Protected methodCullReleasedImages
Culls all released images.
(Inherited from ImageSource.)
Public methodDispose
Free up resources used by this ImageSource
(Inherited from ImageSource.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from ImageSource.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the ImageSource class.
(Inherited from ImageSource.)
Protected methodFind
Finds the specified image.
(Inherited from ImageSource.)
Public methodFlush
Flush all released images out of memory.
(Inherited from ImageSource.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from RandomAccessImageSource.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasMoreImages
Determines if there are more images to load.
(Inherited from ImageSource.)
Protected methodLowLevelAcquire (Overrides RandomAccessImageSourceLowLevelAcquire(Int32).)
Protected methodLowLevelAcquireNextImage (Overrides ImageSourceLowLevelAcquireNextImage.)
Protected methodLowLevelDispose (Overrides ImageSourceLowLevelDispose.)
Protected methodLowLevelFlushOnReset (Overrides ImageSourceLowLevelFlushOnReset.)
Protected methodLowLevelHasMoreImages (Overrides ImageSourceLowLevelHasMoreImages.)
Protected methodLowLevelReplaceImage
Lows level implementation to replace an image.
(Inherited from ImageSource.)
Protected methodLowLevelReset (Overrides ImageSourceLowLevelReset.)
Protected methodLowLevelSkipNextImage (Overrides ImageSourceLowLevelSkipNextImage.)
Protected methodLowLevelTotalImages (Overrides ImageSourceLowLevelTotalImages.)
Protected methodLowLevelTotalImagesKnown
Returns if the total images is known.
(Inherited from RandomAccessImageSource.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNotifyChangedImage(AtalaImage)
This method is used to inform an ImageSource that one of its current acquired images has changed.
(Inherited from ImageSource.)
Public methodNotifyChangedImage(AtalaImage, AtalaImage)
This method is used to inform an ImageSource that one of its current acquired images has changed.
(Inherited from ImageSource.)
Protected methodOnChangedImage
Raises the [E:ChangedImage] event.
(Inherited from ImageSource.)
Protected methodOnNodeIndexSet
This method is called from the RandomAccessImageSource indexer after it has set the ImageSourceNode.Index value.
(Inherited from RandomAccessImageSource.)
Protected methodOnReleasing
Called when Release(AtalaImage) was performed on an ImageSourceNode.
(Inherited from ImageSource.)
Public methodReAcquire(Int32)
Acquire a previous image by index.
(Inherited from ImageSource.)
Public methodReAcquire(AtalaImage)
Acquire an AtalaImage that has been previously acquired.
(Inherited from ImageSource.)
Public methodRelease
Release a previously acquired image.
(Inherited from ImageSource.)
Public methodReleaseChangedImage(AtalaImage)
Release an image that has changed, notifying other clients that the image has changed.
(Inherited from ImageSource.)
Public methodReleaseChangedImage(AtalaImage, AtalaImage)
Release an image that has changed, notifying other clients that the image has changed.
(Inherited from ImageSource.)
Public methodReset
Resets the ImageSource to start over again.
(Inherited from ImageSource.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also