'Declaration
Public Property ZoomMode As PDFDestinationZoomMode
'Usage
Dim instance As PDFDirectDestination Dim value As PDFDestinationZoomMode instance.ZoomMode = value value = instance.ZoomMode
public PDFDestinationZoomMode ZoomMode {get; set;}
public: __property PDFDestinationZoomMode get_ZoomMode(); public: __property void set_ZoomMode( PDFDestinationZoomMode value );
public: property PDFDestinationZoomMode ZoomMode { PDFDestinationZoomMode get(); void set ( PDFDestinationZoomMode value); }