Class GetDrawingPropertiesRequest


  • public class GetDrawingPropertiesRequest
    extends Object
    Class that holds parameters for GetDrawingProperties request invocation.
    • Field Detail

      • name

        public String name
        Filename of an input drawing on a storage.
      • folder

        public String folder
        Folder with a drawing to get properties for.
      • storage

        public String storage
        Your Aspose Cloud Storage name.
    • Constructor Detail

      • GetDrawingPropertiesRequest

        public GetDrawingPropertiesRequest​(String name,
                                           String folder,
                                           String storage)
        Initializes a new instance of the GetDrawingPropertiesRequest class.
        Parameters:
        name - Filename of an input drawing on a storage.
        folder - Folder with a drawing to get properties for.
        storage - Your Aspose Cloud Storage name.