DefaultPageFillMethod Example for Visual Basic

Private Sub Command7_Click()
   Dim fm As Long
   fm = RasterDoc.DefaultPageFillMethod (0) 
   If fm = FM_OMR Then
      MsgBox "The Default Fill Method that used in the specified page is Fill OMR"
   End If
End Sub