'宣言 Public Property PrintTicket As System.Printing.PrintTicket
'使用法 Dim instance As C1FlexViewerPane Dim value As System.Printing.PrintTicket instance.PrintTicket = value value = instance.PrintTicket
public System.Printing.PrintTicket PrintTicket {get; set;}