ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedDisplay Object > IGMedDisplay Methods > GetPixPaddingSettings Method |
Retrieves the Pixel Padding Value (PPV) that is being used to display 9..16-bit grayscale images. This method also tells whether or not the PPV value is used. The Pixel Padding Value is most often used to fill in the regions around a circular image. This method does not retrieve the PPV Data Element from the Data Set attached to the IGMedPage Object. It gets the value for PPV from the Internal Data Set (HDS) (which may be equal to the value in the actual Data Set). The purpose of this method is to tell you whether Pixel Padding is set on or off, what value it has (if any), and with what color it will be displayed.
Please see the description for UpdatePixPaddingSettingsFrom Method for the complete description of how ImageGear handles the Pixel Padding Value Data Element.
To turn off the Pixel Padding Value or to alter the value being used call UpdatePixPaddingSettingsFrom Method.
GetPixPaddingSettings() As IGMedPixPaddingSettings
Current pixel padding settings.
9..16g
Med