Пример #1
0
        /// <summary>
        /// Called by the owner to get the data
        /// </summary>
        public bool GetData(RasterCodecs rasterCodecsInstance)
        {
            CodecsXpsLoadOptions xpsLoadOptions = rasterCodecsInstance.Options.Xps.Load;

            return(true);
        }
Пример #2
0
        /// <summary>
        /// Called by the owner to initialize
        /// </summary>
        public void SetData(RasterCodecs rasterCodecsInstance)
        {
            // Set the state of the controls

            CodecsXpsLoadOptions xpsLoadOptions = rasterCodecsInstance.Options.Xps.Load;
        }